@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


/* 

*/

:root {
  --p-font: "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
    Geneva, Verdana, sans-serif;
  --h-font:  "Montserrat", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
  Geneva, Verdana, sans-serif;

  --primary: #000000;
  --primaryRGB: 0, 0, 0;

  --secondary: #444444;
  --secondaryRGB: 68, 68, 68;

  --third: #CABEA6;
  --thirdRGB: 202, 190, 166;

  --fourth: #EAE3D3;
  --fourthRGB: 234, 227, 211;

  --palette-navigationBackground-color: #000;
}


/* hide home sections */

/* live hide */
.home #anna-modern-fold,
.home #widget-ctas {
  display: none;
}

.home section[data-cy="footer-valuation"] {
  display: none;
}

/* anna hide */
.home #search-tabs,
.home>section[aria-label="property search hero"] {
  display: none;
}

/* Page Resets */
.home #content {
  width: 100%;
  padding: 0;
}

.home .section-width-wrapper {
  padding: 0 !important;
  max-width: 100% !important;
}

.home #sidebar {
  display: none;
}

.home>div.lg\:px-40 {
  padding: 0 !important;
}

.home #content>section {
  margin: 0 !important;
}

.home header {
  position: fixed;
}

/* modern fixes */

#rg-valuation-iframe-0 {
  min-height: 25rem !important;
}

.property-detail-listing-vertical:hover {
  outline: none !important;
}

/*  */

/* Fonts */
body *:is(p, li, a, label, legend, button, option) {
  font-family: var(--p-font) !important;
}

body *:is(h1, h2, h3, h4, h5, h6, .text-hero) {
  font-family: var(--h-font) !important;
}

body h1,
body.home h2,
body .text-hero {
  font-weight: 300;
  text-transform: uppercase;
}

/* navigation */

.home header.custom-scroll,
.pages header,
nav.top-nav {
  box-shadow: 0 1px 8px rgb(0, 0, 0, 0.15);
  border-bottom: none;
}

body>header>nav.relative>div.mx-0.pr-2.pl-6.lg\:px-8>div {
  height: 6rem;
}

body header #nav-logo {
  height: 75px;
}

@media (min-width: 768px) {
  body header #nav-logo {
    height: 75px;
  }
}

body.home header:not(.custom-scroll) #nav-logo img {
  filter: brightness(0) invert(1);
  /* opacity: 0; */
  transition: 300ms ease;
}

body.home header>nav>div:first-child {
  transition: 300ms ease;
}

body.home header:not(.custom-scroll)>nav:not(#mobile-menu)>div:first-child {
  opacity: 1;
  background-color: rgb(255, 255, 255, 0);
}

.bg-palette-navigationBackground-color.bg-palette-navigationBackground-color {
  --palette-navigationBackground-color: #000 !important;
}

body.home header {
  background: transparent;
}

/* launch menu only */
/* #nav-links {
  display: none;
}

#nav-menu-button {
  display: flex !important;
} */

#nav-links>div {
  justify-content: flex-end;
  align-items: center;
}

/* custom banner nav links */
body.home header:not(.custom-scroll) #nav-links a {
  color: #fff;
}

body.home header:not(.custom-scroll) #nav-links a:hover {
  color: #f8f8f8;
}

/* scrolled and pages nav links */
body.home header.custom-scroll #nav-links a,
body.pages header #nav-links a {
  color: #fff;
}

body.home header.custom-scroll #nav-links a:hover,
body.pages header #nav-links a:hover {
  color: #f8f8f8;
}

/* fix ugly border */

header #nav-links a {
  border: none;
  padding-bottom: 0.5rem;
  font-size: 0.9em;
  font-weight: bold;
}

header #nav-links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  /* transform: translateX(-50%); */
  width: 0%;
  height: 2px;
  background: #fff;
  transition: 300ms ease;
}

/* custom banner nav links */
body.home header:not(.custom-scroll) #nav-links a:hover::after {
  background: #f8f8f8;
}

/* scrolled and pages nav links */
body.home header.custom-scroll #nav-links a:hover::after,
body.pages header #nav-links a:hover::after {
  background: #f8f8f8;
}

header #nav-links a:hover::after {
  width: 100%;
}

#nav-icons svg {
  width: 1.5rem;
  height: 1.5rem;
  transition: 300ms ease;
}

body.home header #nav-icons svg {
  fill: #fff;
  color: #fff;
}

body.home header.custom-scroll #nav-icons svg,
body.pages header #nav-icons svg {
  fill: #f8f8f8;
  color: #f8f8f8;
}

#nav-menu-button svg path {
  transition: d 300ms ease;
}

#nav-menu-button svg:hover path {
  d: path("M 4 8 h 16 M 4 12 h 16 M 4 16 h 16");
}

@media (min-width: 451px) {
  .user-contact-icons ul {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}

.user-contact-icons .svg-inline--fa:not(.fa-bars) {
  display: none;
}

.user-contact-icons ul li a {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: 300ms ease;
}

.user-contact-icons ul li a:hover svg {
  transition: 300ms ease;
}

.user-contact-icons ul li a:hover,
.user-contact-icons ul li a:hover svg {
  fill: #f8f8f8;
}

.user-contact-icons ul li a svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #fff;
}

nav.top-nav a {
  transition: 300ms ease;
}

nav.top-nav a:hover {
  color: #f8f8f8;
}

/* mobile menu */
body #mobile-menu>div>div.pl-12.pr-32.pt-16.pb-8.flex.flex-col.h-mobile-nav-inner.sm\:h-screen.overflow-y-auto {
  background-color: var(--palette-navigationBackground-color) !important;
}

#mobile-menu .text-palette-navigationLink-color {
  color: #fff !important;
  transition: 300ms ease;
  border-bottom: none;
  padding-bottom: 0.25rem;
  position: relative;
}

#mobile-menu .text-palette-navigationLink-color:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1rem;
  height: 2px;
  background-color: #f8f8f8;
  transition: 300ms ease;
}

#mobile-menu .text-palette-navigationLink-color:hover:before {
  width: 100%;
}

#mobile-menu>div>div.pl-12.pr-32.pt-16.pb-8.flex.flex-col.h-mobile-nav-inner.sm\:h-screen.overflow-y-auto>div.sm\:hidden.pt-9.border-t.border-medium-gray,
#mobile-menu>div>div.sm\:hidden.p-4.absolute.bottom-0.p-11.text-white.bg-dark-gray.w-full {
  display: block;
}

#mobile-menu .bg-dark-gray {
  background-color: var(--primary);
}

/* nav social */

#navSocialMedia {
  gap: 1rem;
  margin-top: 0 !important;
}

#navSocialMedia a.social-icon-footer {
  line-height: 1;
  color: #fff;
  font-size: 0.75em;
  display: block;
  transition: 300ms ease;
}

#navSocialMedia a.social-icon-footer:hover {
  color: #f8f8f8;
}

/* Hero */

#custom-hero {
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  display: grid;
  background-position: center;
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 2rem;
}

.custom__video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#custom-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(45deg,
      rgb(0, 0, 0, 0.1),
      rgb(0, 0, 0, 0.35) 30% 70%,
      rgb(0, 0, 0, 0.23));
}

#custom-hero .custom-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 3;
  padding-inline: 1rem;
  width: min(1024px, 100%);
  left: 50%;
  transform: translateX(-50%);
}

#custom-hero img.banner_logo {
  padding: 1rem;
}

#custom-hero h1 {

  text-align: center;
  /* letter-spacing: 4px; */
  margin: 0;
  padding: 0;
  border: none;
  text-shadow: 1px 1px 0.25rem rgb(0, 0, 0, 0.35);
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  text-wrap: balance;
  text-transform: uppercase;
}

#custom-hero h1 span.--sub {
  display: block;
  font-size: 0.5em;
  margin-top: .5rem;
  font-weight: 400;
  font-family: var(--p-font);
  text-wrap: balance;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#custom-hero h2 {
  text-align: center;
  color: #fff;
  line-height: 1;
  margin: 0;
  padding: 0;
  margin-top: 1em;
}

#custom-hero #custom-search-tabs {
  display: grid;
  margin-top: 1rem;
  gap: 1rem;
  position: relative;
  z-index: 3;
  width: 100%;
}

#custom-hero #custom-search-tabs a {
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid #fff;
  transition: 300ms ease;
  padding: 1em 3em;
  background-color: rgb(0 0 0 / 25%);
  text-align: center;
  font-size: 0.9em;
  /* font-weight: bold; */
  text-transform: uppercase;
}

#custom-hero #custom-search-tabs a:hover {
  background-color: #fff;
  color: #000;
}

@media (min-width: 768px) {
  #custom-hero h1 {
    font-size: 65px;
    text-wrap: wrap;
  }

  #custom-hero h1 span.--sub {
    font-size: .3em;
  }

  #custom-hero #custom-search-tabs {
    grid-template-columns: repeat(2, 1fr);
  }
}

#custom-hero #react-typeahead, #custom-hero #custom-search-tabs {
  width: min(750px, 100%);
  /* margin-top: 1rem; */
  max-width: 100%;
}


/* page updates */

.text-hero {
  text-shadow: 1px 1px 0.25rem rgb(0, 0, 0, 0.5);
}

.h-hero-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.2);
  z-index: 2;
}

#rgsb-custom>section.mb-16>div>div.relative.h-full.flex.flex-col.justify-center.items-center {
  position: relative;
  z-index: 3;
}

/* map */
.mapsearch .search-results,
.mapsearch .viewport {
  width: 100%;
  max-width: 100%;
}